home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultLinearList
- doButton()
- if the result = 1 then
- set vLastValue to getLast(gDefaultLinearList)
- if stringp(vLastValue) then
- set the text of member "Checking Display Field 3" to QUOTE & string(vLastValue) & QUOTE
- else
- set the text of member "Checking Display Field 3" to string(vLastValue)
- end if
- end if
- end
-